projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e74419
)
Init color in tracks/routes.
author
robertl
<robertl>
Sat, 16 Aug 2008 17:43:36 +0000
(17:43 +0000)
committer
robertl
<robertl>
Sat, 16 Aug 2008 17:43:36 +0000
(17:43 +0000)
route.c
patch
|
blob
|
history
diff --git
a/route.c
b/route.c
index 2bbb6f90b2569620f34e15b33626a7cd56c34e10..3baa1a734ab84162f926d01bdb898221bb04cfbc 100644
(file)
--- a/
route.c
+++ b/
route.c
@@
-68,6
+68,9
@@
route_head_alloc(void)
rte_head = (route_head *) xcalloc(sizeof (*rte_head), 1);
QUEUE_INIT(&rte_head->Q);
QUEUE_INIT(&rte_head->waypoint_list);
+ rte_head->line_color.bbggrr = -1;
+ rte_head->line_color.opacity = 255;
+ rte_head->line_width = -1;
return rte_head;
}